The Basics


<HTML>
<HEAD>
<TITLE></TITLE>
</HEAD>
<BODY>




</BODY>
</HTML>




How do you change the font on your web page?

Glad you asked!


The code is this:

<FONT SIZE=" " COLOR="# " FACE=" "></FONT>

The FONT SIZE is self explanitory as is the COLOR (That pesky hex code again). It's the FACE=" " that we're gona look at.

Something that I need to tell you. Always save everything that's on your pages into the same folder and directory. The reason for this is to make it easier to upload pages onto the internet as well as saving you the effort of putting different "paths" into your HTML. Should you change the font, you'll want to put a "copy" of the font into your folder.

I cannot stress this enough. Should you choose to put a different font onto your page, try to use one that came with your computer. Not everyone has some of the more unique fonts. They won't see it if it is not already on their computer.

One of the ways to get around this is to make a graphic out of your text. With Paint Shop Pro this is an easy task. Visitors to your page, if they are capable of seeing graphics, will see the font you used.



Lesson 1 Lesson 2 Lesson 3 Lesson 4 Lesson 5 Lesson 6 Lesson 7 Tutorials